quick spelling change

Judy Ngai 9 years ago
parent
commit
d2703cd572
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/models/agents/twitter_user_agent.rb

+ 2 - 2
app/models/agents/twitter_user_agent.rb

@@ -6,12 +6,12 @@ module Agents
6 6
 
7 7
     description <<-MD
8 8
       The Twitter User Agent either follows the timeline of a specific Twitter user or follows your own home timeline including both your tweets and tweets from people whom you are following.
9
-      
9
+
10 10
       #{twitter_dependencies_missing if dependencies_missing?}
11 11
 
12 12
       To be able to use this Agent you need to authenticate with Twitter in the [Services](/services) section first.
13 13
 
14
-      To follow a Twitter user set `choose_home_time_line` to `false` and provide a `username`.
14
+      To follow a Twitter user set `choose_home_time_line` to `false` and provide the `username`.
15 15
 
16 16
       To follow your own home timeline set `choose_home_time_line` to `true`.
17 17